More than one DbContext was found

45

More than one DbContext was found -

Add-Migration MyMigration -context DataContextName

Add-Migration "InitialCreate" -context "DonationDbContext"
Update-database -context "DonationDbContext"

Comments

Submit
0 Comments